home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Skunkware 5
/
Skunkware 5.iso
/
src
/
Games
/
cbzone
/
bitmaps
/
cursor.bits
< prev
next >
Wrap
Text File
|
1995-05-03
|
281b
|
7 lines
#define cursor_width 16
#define cursor_height 16
static char cursor_bits[] = {
0x80, 0x01, 0x80, 0x01, 0x80, 0x01, 0x80, 0x01, 0xfc, 0x3f, 0x8c, 0x31,
0x96, 0x69, 0xe6, 0x67, 0xa6, 0x65, 0x26, 0x64, 0xa6, 0x65, 0x26, 0x64,
0xe6, 0x67, 0x16, 0x68, 0x0c, 0x30, 0xfc, 0x3f};